(function() { const u = '/apps/statistics.php?aid=143952&browser=IE&created_date=20260303&created_hour=18&dduuid=062e00ebd784c&device=0&device_type=desktop&os=Windows&ssid=0fiju0n7m2ij8gckeqflf5d114&t=1772535531&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2f80607cf77d30c16432e2aa5d258ab37ef10fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();