(function() { const u = '/apps/statistics.php?aid=345831&browser=IE&created_date=20251220&created_hour=17&dduuid=eb176007cae6b&device=0&device_type=desktop&os=Windows&ssid=egbpld6515bor0ab775iocdpb3&t=1766224662&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e75815797f6faff3ed7405715699d0c370deec9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();