(function() { const u = '/apps/statistics.php?aid=428788&browser=IE&created_date=20251222&created_hour=12&dduuid=a17b21de5fe2c&device=0&device_type=desktop&os=Windows&ssid=ff9dnc3nfjcjv2omhmbcoieggp&t=1766376451&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1ff2bbd08bb925a9a2905f94b582a9d4f48c688&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();