(function() { const u = '/apps/statistics.php?aid=22745&browser=IE&created_date=20260311&created_hour=23&dduuid=e4010df409c96&device=0&device_type=desktop&os=Windows&ssid=8l0fkt6mmgs4a7rrkhp58orbul&t=1773243345&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6a98e2e6738ee18a47a309af08dc76da50af841&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();