(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=15&dduuid=0c740d9a400d3&device=0&device_type=desktop&os=Windows&ssid=8d60oc5gdtlbc11ck2marujpul&t=1760859058&typeid=0&url_type=2&value=&sign=4e5bf916bb022691caddca6f402f96dc8216f832&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();