(function() { const u = '/apps/statistics.php?aid=403356&browser=IE&created_date=20260303&created_hour=23&dduuid=945e4724990f0&device=0&device_type=desktop&os=Windows&ssid=edbtgvhqctdkbkh8i9h7ifdpvs&t=1772550851&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=741a129dc1a96a418fb193d4a6d9b0ae1fe89b48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();