(function() { const u = '/apps/statistics.php?aid=454492&browser=IE&created_date=20260304&created_hour=23&dduuid=9a9c6c76ce8b6&device=0&device_type=desktop&os=Windows&ssid=pgnupdl546jkv75mokmtcof0ga&t=1772637681&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec32e64f22e282a163a862658cf0189ec2c8cfa5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();