(function() { const u = '/apps/statistics.php?aid=434005&browser=IE&created_date=20260102&created_hour=15&dduuid=2b662bf81359c&device=0&device_type=desktop&os=Windows&ssid=b3fppl55qmu3b2tjecai5kcj3q&t=1767337983&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36eb048495c609b8d7542aa3a581ee63932e3330&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();