(function() { const u = '/apps/statistics.php?aid=453690&browser=IE&created_date=20260301&created_hour=09&dduuid=213a7b2ce920f&device=0&device_type=desktop&os=Windows&ssid=l13tts996qmrr4ek2bp7qbfsm6&t=1772327295&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58529eb1272318e3b1b2c56ca87b3d6f1ae91121&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();