(function() { const u = '/apps/statistics.php?aid=344750&browser=IE&created_date=20260306&created_hour=15&dduuid=7062a8ffed35b&device=0&device_type=desktop&os=Windows&ssid=ca95kk0a99pvllapi3qov82ref&t=1772780524&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dff99fcf3d6e7a728810d16d8259e0e279151ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();